home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
reklamy
/
ata-int
/
3220
/
3220.exe
/
3220.DXR
/
00097_go credits 2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-02-13
|
259 b
|
17 lines
global gMode, gTrigger
on mouseUp
if not gMode then
exit
end if
set gTrigger to 0
repeat with i = 1 to 48
if the castNum of sprite i <> 0 then
puppetSprite(i, 0)
end if
end repeat
updateStage()
disableEdit()
go("14.01")
end